Appearance
Stored only in your browser. Get one under Tokens.
Get a trail by ID
GET
/trails/{id}
get one trail; owning devices and users with trail control for the device
can get a trail. If not found or if no access, NotFound status code is returned
Authorizations
ApiKeyAuth
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
ID|NICK|PRN
Type
Requiredstring
Responses
OK
application/json
JSON "device": "string", "factory-state": { "additionalProperties": "string" }, "id": "string", "last-insync": "string", "last-touched": "string", "owner": "string", "used_objects": [ "string" ]
{
}